
.container-yto,
.container-yto-two,
.container-yto-three {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
}
.section-one-background,
.section-two-background,
.section-three-background {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
}
.section-one-background {
    background: linear-gradient(45deg, #008444, #C8D303);
    padding: 1rem 0;
}
h1.title-one {
    color: #fff !important;
    font-family: "Roboto";
    margin-top: 1rem;
}
.card-body {
    margin-top: 1.5rem;
    background: #f3f3f3;
    border: 2px solid #008444;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgb(0 132 68 / 48%) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding: 15px;
}

a.link {
    color: #fff;
    text-decoration: none;
    font-family: "Roboto";
    font-weight: bold;
    border: none;
    padding: 10px;
}
